home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / os2 / mp400os2.exe / _VBMP400.EXE / CONTROL.ICF next >
Text File  |  1995-06-08  |  3KB  |  136 lines

  1. ;***********************************************************************
  2. ; File    : CONTROL.ICF
  3. ; Date     : 14.3.95
  4. ; Author   : Koh Chin Kok
  5. ; Purpose  : Installation control script file for Creative Installation
  6. ;            Program, INSTALL.EXE. INSTALL reads this file and installs
  7. ;            the different components selected by user to the specified
  8. ;            directories as defined for them
  9. ; Remark   : Adapted from Hariharan Mahadevan's program
  10. ;***********************************************************************
  11.  
  12. ;
  13. ; Default
  14. ;
  15. [System]
  16. title=Creative Multimedia Installation
  17. progress=none
  18. logo=none
  19. BaseDirVar=VBMP400
  20. BaseDir=C:\VBMP400
  21. ; total number of installable components
  22. groups=3
  23. ; each component's section name
  24. group_1=%Drivers%
  25. group_2=%VBSetup%
  26. group_3=%VBConfigure%
  27. ; total number of installation disk
  28. disks=1
  29. ; volume label of each installation disk
  30. diskname_1=DISK_1
  31.  
  32. ;
  33. ; Default group is installed before any of the groups are installed
  34. ;
  35. [Default]
  36. ; size in KB
  37. Size=12
  38. ; Source directory from where the files are to be read
  39. SourceDir=$(SPATH)\ICONS,$(SPATH)\TEXT,$(SPATH)\DLL
  40. ; Target directory where the files to be copied
  41. TargetDir=$(BASEDIR),$(BASEDIR),$(BOOTDRIVE)\OS2\DLL
  42. ; Disk number where the files of this group can be found
  43. DiskNumber=1
  44. ; Definition of workplace object to be created
  45. WPObject=%WPDefault,WPReadme%
  46.  
  47. ;
  48. ; Video drivers
  49. ;
  50. [Drivers]
  51. Name=Video Blaster MP400 Drivers
  52. Size=84
  53. SourceDir=$(SPATH)\DRIVERS\SYS,$(SPATH)\DRIVERS\DSP,$(SPATH)\DRIVERS\DLL
  54. TargetDir=$(MMBASE),$(MMBASE)\DSP,$(MMBASE)\DLL
  55. DiskNumber=1
  56. DLLName=$(SPATH)\VBINSTL.DLL
  57. DLLEntryPoint=VBInstall
  58. Minstall=FALSE
  59.  
  60. ;
  61. ; Video Blaster Setup
  62. ;
  63. [VBSetup]
  64. Name=Video Blaster MP400 Setup
  65. Size=91
  66. SourceDir=$(SPATH)\MP400STP
  67. TargetDir=$(BASEDIR)
  68. DiskNumber=1
  69. WPObject=%WPVBSetup%
  70.  
  71. ;
  72. ; Video Blaster Configure
  73. ;
  74. [VBConfigure]
  75. Name=Video Blaster MP400 Configure
  76. Size=31
  77. SourceDir=$(SPATH)\MP400CFG
  78. TargetDir=$(BASEDIR)
  79. DiskNumber=1
  80. WPObject=%WPVBConfigure%
  81.  
  82. ;
  83. ; Definition for the Creative folder
  84. ;
  85. [WPDefault]
  86. ; The class name of the object to be created
  87. WPClassName=WPFolder
  88. ; Title for the object, displayed below the object icon
  89. WPTitle=Video Blaster MP400
  90. ; Setup string for the object to be created
  91. WPSetupString=OBJECTID=<VBMP400>;ICONFILE=$(BASEDIR)\CTVIDEO.ICO
  92. ; Location of the object
  93. WPLocation=<WP_DESKTOP>
  94. ; Creation flags, valid values are
  95. ;    0 - FAIL IF THE OBJECT EXISTS
  96. ;   1 - REPLACE IF THE OBJECT EXISTS
  97. ;   2 - UPDATE IF THE OBJECT EXISTS
  98. WPFlags=2
  99.  
  100. ;
  101. ; For creating Readme file in the above folder
  102. ;
  103. [WPReadme]
  104. WPClassName=WPProgram
  105. WPTitle=Readme.vmp
  106. WPSetupString=EXENAME=E.EXE;PARAMETERS=$(BASEDIR)\README.VMP
  107. WPLocation=<VBMP400>
  108. WPFlags=1
  109.  
  110. ;
  111. ; For creating the Icon for VBSetup in the above folder
  112. ;
  113. [WPVBSetup]
  114. WPClassName=WPProgram
  115. WPTitle=Video Blaster MP400 Setup
  116. WPSetupString=EXENAME=$(TPATH)\MP400STP.EXE;ICONFILE=$(TPATH)\MP400STP.ICO;STARTUPDIR=$(BASEDIR)
  117. WPLocation=<VBMP400>
  118. WPFlags=1
  119.  
  120. ;
  121. ; For creating the Icon for VBConfigure
  122. ;
  123. [WPVBConfigure]
  124. WPClassName=WPProgram
  125. WPTitle=Video Blaster MP400 Configure
  126. WPSetupString=EXENAME=$(TPATH)\MP400CFG.EXE;ICONFILE=$(TPATH)\MP400CFG.ICO;STARTUPDIR=$(BASEDIR)
  127. WPLocation=<VBMP400>
  128. WPFlags=1
  129.  
  130. ;
  131. ; If Minstall is to be lauched, which directory to launch it from ?
  132. ; The directory should have the control files required by MINSTALL
  133. ;
  134. [Minstall]
  135. Directory=$(TPATH)\DRIVERS
  136.